From: Paul Donald Date: Sun, 20 Apr 2025 13:35:12 +0000 (+0200) Subject: luci-theme-*: layout improvements X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=f1fefe958cb5460d1d7c4f92fac15408f56b35b4;p=project%2Fluci.git luci-theme-*: layout improvements material menu bar on the left is now 'above' main content Signed-off-by: Paul Donald --- diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css index a7d39b6480..a09d7c36f1 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -347,6 +347,7 @@ small { height: calc(100% - 4rem); background-color: var(--menu-bg-color); transition: visibility 400ms, width 400ms; + z-index: 800; } .main-right {